const google.golang.org/grpc/health.maxAllowedServices

3 uses

	google.golang.org/grpc/health (current package)
		server.go#L37: 	maxAllowedServices = 100
		server.go#L77: 	if len(s.statusMap) > maxAllowedServices {
		server.go#L78: 		return nil, status.Errorf(codes.ResourceExhausted, "server health list exceeds maximum capacity: %d", maxAllowedServices)